home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / bit / help / mpeg.hlp < prev    next >
Text File  |  1994-08-01  |  2KB  |  48 lines

  1.  
  2. @C1@c@b@_ MPEG Control
  3.    
  4.       MPEG player with some manipulation capabilities.
  5.  
  6.  
  7. @b Interaction
  8.  
  9.     Click on Play to play frame by frame non-stop. When the video stream
  10.     ends, program will stop. For infinite looping, click on play & loop.
  11.  
  12.     Click NextFrame to play the next frame.
  13.  
  14.     A frame can be displayed magnified by various factors,
  15.     click on the top-left rounded box to change to a different
  16.     magnification factor. Default is 2x2.
  17.  
  18.     A delay can be added between each frame (who wants to do that, I
  19.     wonder as MPEG is always slow). Click on the the box to the
  20.     right of the magnification box.
  21.  
  22.     To convert the current frame to another format, click on the Convert
  23.     button.  The converted image will be written to "current directory",
  24.     which is the same directory as the MPEG file is in (thus, if you start
  25.     with bit ../movie/1.mpg, then the converted image will be in ../movie).
  26.     
  27.     To convert all frames, starting from current current frame, click on 
  28.     ConvertAll button. Depending on the converted image types, this could 
  29.     use a lots of disk space (for a 200x100 framesize with 300 frames, you 
  30.     need ~20Mbytes for uncompressed frames).
  31.  
  32.     Click on Stop to stop whatever the program is doing.
  33.  
  34.     Click on Done to finish and close the video stream. Note if the
  35.     player is playing in non-stop mode, click on this button is the
  36.     same as Stop.
  37.  
  38.     Pressing ESC key inside the main window is the same as clicking
  39.     on Done button.
  40.  
  41. @ Note
  42.     The MPEG player is based on the Berkeley source.
  43.  
  44.     Random seeking is not working so is the PrevFrame. Currently
  45.     PrevFrame is the same as NextFrame.
  46.  
  47.     Despite a lot of hacking, the player is not as stable as I would like.
  48.